# ______   _____________________     ______     _______
# \____ \  \____________________\    \____ \    \  ___ \
#     / /   ______  ______  ______	 / /     \ \  \ \
#    / /    \  __ \ \  __ \ \  __ \     / /       \ \  \ \
#   / /____  \ \_\ \ \ \_\ \ \ \ \ \   / /____  __ \ \__\ \
#   \______\  \_____\ \___/_\ \_\ \_\  \______\ \_\ \______\
#   ___________________________________________________________
#   \__________________________________________________________\
#
#     Written by NeSuckS
#      Note: This works with Warden

vars {
  #	Battle.net server 63.240.202.128 63.241.83.11  213.248.106.201  211.233.0.78
  set bnls_server	hdx.jbls.org
  #  does nothing
  set bot_server        63.240.202.128
  #	Self explanatory
  set bot_autoconfig	1
  #	set to 1 configs the bot automatically
  set bot_cdkeyshuffle	1
  #	set to 1 shuffles the cdkeys loaded
  set bots_per_proxy	6
  #	Channel for bots to attack
  set bot_channel	the void
  #	Toggles use of UDP plug
  set bot_plug		0
  #	Self explanatory
  set bots_to_load	3500
  #	(1/0) or (true/false)
  set random_accounts	0
  #	Milliseconds before rotating
  set reconnect_delay	180000
  #	Milliseconds between each bot's
  #	initial connect
  set connect_delay	50
  #	(1/0) or (true/false)
  set star_rotate	0
  #	Either STAR or SEXP
  set star_client	STAR
  #	Milliseconds before reconnecting if
  #	proxy doesn't connect
  set connect_timeout	7000
  #	Milliseconds before reconnecting if
  #	proxy does not log on (this is to stop
  #	slow Socks5 proxies usually)
  set logon_timeout	17000
}

files {
  #	File paths
  load cdkeys		$path\Files\CDKeys.txt
  load socks4		$path\Files\Socks4.txt
  load socks5		$path\Files\Socks5.txt
  load names		$path\Files\Names.txt
}

hash {
  #	Starcraft binary paths
  star exe		$path\Binaries\STAR\starcraft.exe
  star snp		$path\Binaries\STAR\battle.snp
  star dll		$path\Binaries\STAR\storm.dll
  #	Warcraft II binary paths
  star exe		$path\Binaries\STAR\starcraft.exe
  star snp		$path\Binaries\STAR\battle.snp
  star dll		$path\Binaries\STAR\storm.dll
  #	Warcraft III binary paths
  war3 exe		$path\Binaries\WAR3\war3.exe
  war3 snp		$path\Binaries\WAR3\game.dll
  war3 dll		$path\Binaries\WAR3\Storm.dll
}

cmds {
  #	The flood order after joining
  #	a channel (REJOIN/SEND) - this
  #	can be put into any order along
  # 	with using colors etc
SEND /join the void
}